home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 55 / MOBICLIC 55.ISO / DATA / ARRIBA / SWF_ARRIBA / arri01.swf / scripts / DefineButton2_78 / BUTTONCONDACTION on(release, keyPress Space).as
Text File  |  2003-06-02  |  87b  |  5 lines

  1. on(release, keyPress "<Space>"){
  2.    _parent.mcGame.pause(false);
  3.    nextFrame();
  4. }
  5.